home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / movie2.dir / 00044.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  1.3 KB  |  44 lines

  1. global gm_time, gm_num, gvolume
  2.  
  3. on exitFrame
  4.   animebutton3(3, "Quit,1", "Quit,2")
  5.   mouseonsp2(4, "Return,U", "Return")
  6.   animebutton2(5, "Zoom,1", "Zoom,3")
  7.   set the memberNum of sprite 13 to the number of member ("V" & gvolume)
  8.   if gm_num = 7 then
  9.     if the movieTime of sprite 15 >= gm_time then
  10.       if the memberNum of sprite 15 = the number of member "M6" then
  11.         set the memberNum of sprite 15 to the number of member "M1"
  12.         set the memberNum of sprite 14 to the number of member "T1"
  13.       else
  14.         set the memberNum of sprite 15 to the memberNum of sprite 15 + 1
  15.         set the memberNum of sprite 14 to the memberNum of sprite 14 + 1
  16.       end if
  17.       case the name of member the memberNum of sprite 15 of
  18.         "M1":
  19.           set gm_time to 27130
  20.         "M2":
  21.           set gm_time to 27131
  22.         "M3":
  23.           set gm_time to 22848
  24.         "M4":
  25.           set gm_time to 32276
  26.         "M5":
  27.           set gm_time to 22450
  28.         "M6":
  29.           set gm_time to 27796
  30.       end case
  31.       updateStage()
  32.       set the movieRate of sprite 15 to 1
  33.       updateStage()
  34.     end if
  35.   else
  36.     if the movieTime of sprite 15 >= gm_time then
  37.       set the movieTime of sprite 15 to the startTime of sprite 15
  38.       set the movieRate of sprite 15 to 1
  39.       updateStage()
  40.     end if
  41.   end if
  42.   go(the frame)
  43. end
  44.